home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1333 / BUTTONCONDACTION on(release, keyPress Space).as
Text File  |  2002-05-21  |  410b  |  23 lines

  1. on(release, keyPress "<Space>"){
  2.    if(forest == 1 or forest == 3)
  3.    {
  4.       gotoAndStop(4086);
  5.    }
  6.    else if(gold == 1 or gold == 3)
  7.    {
  8.       gotoAndStop(4080);
  9.    }
  10.    else if(beach == 1 or beach == 3)
  11.    {
  12.       gotoAndStop(4082);
  13.    }
  14.    else if(blue == 1 or blue == 3)
  15.    {
  16.       gotoAndStop(4088);
  17.    }
  18.    else if(space == 1 or space == 3)
  19.    {
  20.       gotoAndStop(4090);
  21.    }
  22. }
  23.